Class IgnoreElement
Represents Schema Ignore Element.
Inheritance
System.Object
    IgnoreElement
  Namespace: Mediachase.BusinessFoundation.Data.Meta.Schema
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class IgnoreElement : Object
  Constructors
IgnoreElement()
Initializes a new instance of the IgnoreElement class.
Declaration
public IgnoreElement()
  Properties
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The id.  | 
      
NamePattern
Gets or sets the key pattern.
Declaration
public string NamePattern { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The key pattern.  | 
      
ParentKeys
Gets or sets the parent keys.
Declaration
public string ParentKeys { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The parent keys.  | 
      
Methods
GetParentKeyPatterns()
Gets the parent keys.
Declaration
public string[] GetParentKeyPatterns()
  Returns
| Type | Description | 
|---|---|
| System.String[] |