AppStringSource Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class AppStringSource : IComparable, ICloneable, IObjectWithId, IObjectWithKey
The AppStringSource type exposes the following members.
| Name | Description | |
|---|---|---|
| AppStringSource | 
            Constructor of the AppStringSource object
              | 
| Name | Description | |
|---|---|---|
| Description | 
            Description of AppStringSource
              | |
| Id | 
            Internal ID of the AppStringSource
              | |
| Name | 
            Name of AppStringSource
              | |
| ShortName | 
            Short name of AppStringSource
              | 
| Name | Description | |
|---|---|---|
| Clone | 
            Returns a new AppStringSource object with the same values
              | |
| CompareTo | 
            Compares two objects using Id, Name, ShortName and Description
              | |
| GetMasterDataSourceIds | 
            Returnes the id'er for appstringsources which contains string used on masterdata (property names etc.).
            The metode is used to select strings for script generation.
              | |
| ToString | 
            Returns the name of the AppStringSource
              (Overrides ObjectToString.) | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) | 
| Name | Description | |
|---|---|---|
| IObjectWithId.GetId | 
            Implementation of IObjectWithId
              | |
| IObjectWithKey.GetKey | 
            Implementation of IObjectWithKey
              |