Class BlockTypeReference
Represents a reference to a BlockType.
Inheritance
System.Object
    BlockTypeReference
  Inherited Members
      System.Object.ToString()
    
    
      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: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class BlockTypeReferenceConstructors
BlockTypeReference()
Declaration
public BlockTypeReference()Properties
GUID
Gets or sets the Guid based block type id.
Declaration
public Guid GUID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Guid | The block type id. | 
Remarks
This id corresponds to property GUID on BlockType
ModelTypeString
Gets or sets the string representation Type from corresponding BlockType that this type corresponds to.
Declaration
public string ModelTypeString { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The name of the block type type. | 
Name
Gets or sets the name of the BlockType that this type corresponds to.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The name of the block type. | 
