AccessModifierClassInfo Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class AccessModifierClassInfo
The AccessModifierClassInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessModifierClassInfo(String) |
Construct the class with the class info encoded into a string
|
![]() | AccessModifierClassInfo(Type) |
Initialize access modifier with type
|
![]() | AccessModifierClassInfo(String, String) |
Constructed with the assembly and class names
|
Name | Description | |
---|---|---|
![]() | AssemblyName |
Contains the name of the assembly containing the access modifier class.
The name must be without the file extension.
|
![]() | ClassName |
.Net class class name of the AccessModifier class
|
![]() | Parameters |
Contains parameters to the access modifier class.
Parameter names are case-insensitive.
|
Name | Description | |
---|---|---|
![]() | Clone |
Create a clone of the object with parameters
|
![]() | GetEncodedClassInfo |
Gives class information in form AssemblyName;ClassName;ParemetersString
|
![]() | GetParametersStr |
The function transfers parameters collection
into a semi-colon separated access modifier's parameters String.
(e.g. MATCHPROPERTY=COUNTRY;MATCHUSER=ACTIVEUSER)
|
![]() ![]() | TransferStrParametersToDictionary |
The function puts the access modifier's parameters in the given parameter string
into a parameters dictionary collection
|
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.) |