Class SortFieldMappingBuilderTests.TestDto
Inheritance
System.Object
SortFieldMappingBuilderTests.TestDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WaCore.Crud.UnitTests.Utils
Assembly: WaCore.Crud.UnitTests.dll
Syntax
public class TestDto
Fields
| Improve this Doc View SourceIntField
Declaration
public int IntField
Field Value
Type | Description |
---|---|
System.Int32 |
StringField
Declaration
public string StringField
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceIntProperty
Declaration
public int IntProperty { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RelatedDto
Declaration
public SortFieldMappingBuilderTests.TestDto RelatedDto { get; set; }
Property Value
Type | Description |
---|---|
SortFieldMappingBuilderTests.TestDto |
StringProperty
Declaration
public string StringProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |