Click or drag to resize

AccessModifierClassInfo Class

Class contains information on an AccessModifier assembly and parameters
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAccessModifierClassInfo

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class AccessModifierClassInfo

The AccessModifierClassInfo type exposes the following members.

Constructors
  NameDescription
Public methodAccessModifierClassInfo(String)
Construct the class with the class info encoded into a string
Public methodAccessModifierClassInfo(Type)
Initialize access modifier with type
Public methodAccessModifierClassInfo(String, String)
Constructed with the assembly and class names
Top
Properties
  NameDescription
Public propertyAssemblyName
Contains the name of the assembly containing the access modifier class. The name must be without the file extension.
Public propertyClassName
.Net class class name of the AccessModifier class
Public propertyParameters
Contains parameters to the access modifier class. Parameter names are case-insensitive.
Top
Methods
  NameDescription
Public methodClone
Create a clone of the object with parameters
Public methodGetEncodedClassInfo
Gives class information in form AssemblyName;ClassName;ParemetersString
Public methodGetParametersStr
The function transfers parameters collection into a semi-colon separated access modifier's parameters String. (e.g. MATCHPROPERTY=COUNTRY;MATCHUSER=ACTIVEUSER)
Public methodStatic memberTransferStrParametersToDictionary
The function puts the access modifier's parameters in the given parameter string into a parameters dictionary collection
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also