Class CatalogItemData
Inheritance
System.Object
CatalogItemData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public class CatalogItemData
Constructors
CatalogItemData(String, String)
Declaration
public CatalogItemData(string name, string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | path |
Fields
FileName
Declaration
public readonly string FileName
Field Value
Type | Description |
---|---|
System.String |
Path
Declaration
public readonly string Path
Field Value
Type | Description |
---|---|
System.String |
Properties
Checked
Declaration
public bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExternal
Declaration
public bool IsExternal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUsedInModel
Declaration
public bool IsUsedInModel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Locked
Declaration
public bool Locked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()