Class InStringPlaceholder
Inheritance
System.Object
InStringPlaceholder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class InStringPlaceholder
Constructors
InStringPlaceholder()
Declaration
public InStringPlaceholder()
Fields
Id
Declaration
Field Value
| Type |
Description |
| System.String |
|
Mask
Declaration
Field Value
| Type |
Description |
| System.String |
|
Name
Declaration
Field Value
| Type |
Description |
| System.String |
|
OriginalValue
Declaration
public string OriginalValue
Field Value
| Type |
Description |
| System.String |
|
Value
Declaration
Field Value
| Type |
Description |
| System.String |
|
Values
Declaration
public IEnumerable<string> Values
Field Value
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.String> |
|
Methods
Clone()
Declaration
public InStringPlaceholder Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
IsEmpty()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|