Class BasBEInformaDBStringTableEntry
Inheritance
System.Object
BasBEInformaDBStringTableEntry
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: BasBE100
Assembly: BasBE100.dll
Syntax
public class BasBEInformaDBStringTableEntry
Constructors
BasBEInformaDBStringTableEntry()
Declaration
public BasBEInformaDBStringTableEntry()
Properties
CreatedBy
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModifiedOn
Declaration
public DateTime ModifiedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ResourceId
Declaration
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceText
Declaration
public string ResourceText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TableId
Declaration
public string TableId { get; set; }
Property Value
Type | Description |
---|---|
System.String |