Class GetResultModelEntityOptions
Inheritance
System.Object
GetResultModelEntityOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Export.Model
Assembly: TimeCockpit.Data.Export.dll
Syntax
public class GetResultModelEntityOptions
Constructors
GetResultModelEntityOptions()
Declaration
public GetResultModelEntityOptions()
Properties
DefaultDateTimeFormatPattern
Declaration
public string DefaultDateTimeFormatPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DefaultNumericFormatPattern
Declaration
public string DefaultNumericFormatPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DefaultNumericPrecision
Declaration
public int? DefaultNumericPrecision { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
DefaultNumericScale
Declaration
public int? DefaultNumericScale { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
DefaultTextStorageSize
Declaration
public int? DefaultTextStorageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ResultEntityName
Declaration
public string ResultEntityName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |