Class ContainerTypeIdentifier
Inheritance
System.Object
ContainerTypeIdentifier
Namespace: Telerik.Windows.Rendering.Virtualization
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class ContainerTypeIdentifier : ValueType, IEquatable<ContainerTypeIdentifier>
Properties
Type
Declaration
public Type Type { get; set; }
Property Value
System.Type
|
Methods
Create()
Declaration
public UIElement Create()
Returns
System.Windows.UIElement
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(ContainerTypeIdentifier)
Declaration
public bool Equals(ContainerTypeIdentifier other)
Parameters
ContainerTypeIdentifier
other
|
Returns
System.Boolean
|
FromType<TContainer>()
Declaration
public static ContainerTypeIdentifier FromType<TContainer>()
where TContainer : UIElement, new()
Returns
ContainerTypeIdentifier
|
Type Parameters
TContainer
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Operators
Equality(ContainerTypeIdentifier, ContainerTypeIdentifier)
Declaration
public static bool operator ==(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
ContainerTypeIdentifier
left
|
ContainerTypeIdentifier
right
|
Returns
System.Boolean
|
Inequality(ContainerTypeIdentifier, ContainerTypeIdentifier)
Declaration
public static bool operator !=(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
ContainerTypeIdentifier
left
|
ContainerTypeIdentifier
right
|
Returns
System.Boolean
|