Click or drag to resize

ScriptItemT Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Model.SharpScriptScriptItemT

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class ScriptItem<T> : IEquatable<ScriptItem<T>>

Type Parameters

T

The ScriptItemT type exposes the following members.

Constructors
 NameDescription
Public methodScriptItemT 
Top
Properties
 NameDescription
Public propertyFullName 
Public propertyName 
Public propertyType 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(ScriptItemT) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also