Class Auditing_Tests.ResultObject
Inheritance
object
Auditing_Tests.ResultObject
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
public class Auditing_Tests.ResultObject
Constructors
ResultObject()
Declaration
public ResultObject()
Properties
Value1
Declaration
public string Value1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value2
Declaration
public int Value2 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |