Class Module
Class Module. Implements the ModelBase
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Module : ModelBase, IModelBase, IObservableClass, IBindable
Constructors
View SourceModule()
Initializes a new instance of the Module class.
Declaration
public Module()
Properties
View SourceDescription
Gets or sets the Description property value.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
ModuleId
Gets or sets the Module_Id property value.
Declaration
public Guid ModuleId { get; set; }
Property Value
Type | Description |
---|---|
Guid | The module identifier. |
Name
Gets or sets the Code property value.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)