示例#1
0
 public TransactionTarget(Feature feature) : base(feature)
 {
 }
 public AccountIndexContainerBase(Feature feature, FeatureAccount featureAccount) : base(feature, featureAccount)
 {
 }
示例#3
0
 public TransactionTargetValidator(Feature feature, IFeatureChain currentChain) : base(feature, currentChain)
 {
     MaxReceivers = currentChain.GetIntOption(FeatureId, TransactionTargetFeature.MaxReceiversOption, 8);
 }
示例#4
0
 public TransactionTargetChainHandler(IFeatureChain currentChain, Feature feature) : base(currentChain, feature)
 {
 }
示例#5
0
 public FanQueryHandler(Feature feature, IFeatureChain featureChain) : base(feature, featureChain)
 {
 }
示例#6
0
 public TransactionTargetQueryHandler(Feature feature, IFeatureChain featureChain) : base(feature, featureChain)
 {
     _chainHandler = featureChain.GetFeatureChainHandler <TransactionTargetChainHandler>(feature.FeatureId);
 }
示例#7
0
 public FanChainHandler(IFeatureChain currentChain, Feature feature) : base(currentChain, feature)
 {
 }
 public GroupAdministrationValidator(Feature feature, IFeatureChain currentChain) : base(feature, currentChain)
 {
 }
 internal GroupAdministration(Feature feature) : base(feature)
 {
 }
示例#10
0
 public FanContainer(Feature feature, FeatureAccount featureAccount) : base(feature, featureAccount)
 {
     LastFansTransactionInfo  = LastTransactionInfo.Empty;
     LastFanOfTransactionInfo = LastTransactionInfo.Empty;
 }
 public GroupAdministrationContainer(Unpacker unpacker, ushort size, Feature feature, FeatureAccount featureAccount) : base(unpacker, size, feature, featureAccount)
 {
     unpacker.Unpack(_groups);
 }
 public GroupAdministrationContainer(Feature feature, FeatureAccount featureAccount) : base(feature, featureAccount)
 {
 }
 public GroupAdministrationChainHandler(IFeatureChain currentChain, Feature feature) : base(currentChain, feature)
 {
 }
示例#14
0
 public AccountIndexBase(Feature feature) : base(feature)
 {
 }
示例#15
0
#pragma warning disable IDE0051 // Remove unused private members
        internal Fan(Feature feature) : base(feature)
        {
        }
示例#16
0
 public AccountIndexQueryHandlerBase(Feature feature, IFeatureChain currentChain) : base(feature, currentChain)
 {
 }
 public GroupAdministrationQueryHandler(Feature feature, IFeatureChain currentChain) : base(feature, currentChain)
 {
     _handler = currentChain.GetFeatureChainHandler <GroupAdministrationChainHandler>(FeatureId);
 }