C# 클래스 AnimatGuiCtrls.Security.SecurityManager

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_HideObjects SecurityItem>.Dictionary
m_Menus SecurityItem>.Dictionary
m_Properties SecurityItem>.Dictionary
m_Toolbars SecurityItem>.Dictionary
m_Windows SecurityItem>.Dictionary

공개 메소드들

메소드 설명
EvaluationDaysLeft ( ) : Int32
IsEvaluationExpired ( ) : bool
IsEvaluationLicense ( ) : bool
MachineCode ( ) : string
SecurityManager ( ManagedAnimatInterfaces oParent ) : System

Initializes a new instance of the SecurityManager class.

ValidateSerialNumber ( string strSerialNumber ) : bool
ValidationFailureError ( ) : string

메소드 상세

EvaluationDaysLeft() 공개 추상적인 메소드

public abstract EvaluationDaysLeft ( ) : Int32
리턴 System.Int32

IsEvaluationExpired() 공개 추상적인 메소드

public abstract IsEvaluationExpired ( ) : bool
리턴 bool

IsEvaluationLicense() 공개 추상적인 메소드

public abstract IsEvaluationLicense ( ) : bool
리턴 bool

MachineCode() 공개 추상적인 메소드

public abstract MachineCode ( ) : string
리턴 string

SecurityManager() 공개 메소드

Initializes a new instance of the SecurityManager class.
public SecurityManager ( ManagedAnimatInterfaces oParent ) : System
oParent ManagedAnimatInterfaces
리턴 System

ValidateSerialNumber() 공개 추상적인 메소드

public abstract ValidateSerialNumber ( string strSerialNumber ) : bool
strSerialNumber string
리턴 bool

ValidationFailureError() 공개 추상적인 메소드

public abstract ValidationFailureError ( ) : string
리턴 string

프로퍼티 상세

m_HideObjects 보호되어 있는 프로퍼티

protected Dictionary m_HideObjects
리턴 SecurityItem>.Dictionary

m_Menus 보호되어 있는 프로퍼티

protected Dictionary m_Menus
리턴 SecurityItem>.Dictionary

m_Properties 보호되어 있는 프로퍼티

protected Dictionary m_Properties
리턴 SecurityItem>.Dictionary

m_Toolbars 보호되어 있는 프로퍼티

protected Dictionary m_Toolbars
리턴 SecurityItem>.Dictionary

m_Windows 보호되어 있는 프로퍼티

protected Dictionary m_Windows
리턴 SecurityItem>.Dictionary