C# 클래스 fBaseXtensions.Cache.Internal.Objects.SNO

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsFinalized bool
LastUsed System.DateTime
SNOID int

Private Properties

프로퍼티 타입 설명
UpdateLookUpFinalValues void

공개 메소드들

메소드 설명
Clone ( ) : object
ContainsNullValues ( ) : bool
SNO ( SNO sno ) : System
SNO ( int sno, bool Null = false ) : System
SNO ( int sno, string internalname, ActorType actortype = null, TargetType targettype = null, float collisionradius = null, int interactrange = null, bool canburrow = null, bool isbarricade = null, ObstacleType obstacletype = null, float actorsphereradius = null, GizmoType gimzotype = null, PluginDroppedItemTypes baseitemtype = null, UnitFlags unitflags = null, GizmoTargetTypes gizmotargettypes = null, CacheEntry snoentry = null ) : System

비공개 메소드들

메소드 설명
UpdateLookUpFinalValues ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

ContainsNullValues() 공개 메소드

public ContainsNullValues ( ) : bool
리턴 bool

SNO() 공개 메소드

public SNO ( SNO sno ) : System
sno SNO
리턴 System

SNO() 공개 메소드

public SNO ( int sno, bool Null = false ) : System
sno int
Null bool
리턴 System

SNO() 공개 메소드

public SNO ( int sno, string internalname, ActorType actortype = null, TargetType targettype = null, float collisionradius = null, int interactrange = null, bool canburrow = null, bool isbarricade = null, ObstacleType obstacletype = null, float actorsphereradius = null, GizmoType gimzotype = null, PluginDroppedItemTypes baseitemtype = null, UnitFlags unitflags = null, GizmoTargetTypes gizmotargettypes = null, CacheEntry snoentry = null ) : System
sno int
internalname string
actortype ActorType
targettype TargetType
collisionradius float
interactrange int
canburrow bool
isbarricade bool
obstacletype ObstacleType
actorsphereradius float
gimzotype GizmoType
baseitemtype PluginDroppedItemTypes
unitflags UnitFlags
gizmotargettypes GizmoTargetTypes
snoentry fBaseXtensions.Cache.External.Objects.CacheEntry
리턴 System

프로퍼티 상세

IsFinalized 공개적으로 프로퍼티

public bool IsFinalized
리턴 bool

LastUsed 공개적으로 프로퍼티

public DateTime,System LastUsed
리턴 System.DateTime

SNOID 공개적으로 프로퍼티

public int SNOID
리턴 int